﻿2026-06-17T06:47:40.5964042Z ##[group]Run actions/checkout@v5
2026-06-17T06:47:40.5964780Z with:
2026-06-17T06:47:40.5965132Z   fetch-depth: 0
2026-06-17T06:47:40.5965547Z   repository: SaberMage/spt-core
2026-06-17T06:47:40.5968791Z   token: ***
2026-06-17T06:47:40.5969225Z   ssh-strict: true
2026-06-17T06:47:40.5969592Z   ssh-user: git
2026-06-17T06:47:40.5969958Z   persist-credentials: true
2026-06-17T06:47:40.5970358Z   clean: true
2026-06-17T06:47:40.5970718Z   sparse-checkout-cone-mode: true
2026-06-17T06:47:40.5971148Z   fetch-tags: false
2026-06-17T06:47:40.5971505Z   show-progress: true
2026-06-17T06:47:40.5971863Z   lfs: false
2026-06-17T06:47:40.5972211Z   submodules: false
2026-06-17T06:47:40.5972578Z   set-safe-directory: true
2026-06-17T06:47:40.5973147Z ##[endgroup]
2026-06-17T06:47:40.6741224Z Syncing repository: SaberMage/spt-core
2026-06-17T06:47:40.6742800Z ##[group]Getting Git version info
2026-06-17T06:47:40.6743468Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-17T06:47:40.6744370Z [command]/usr/bin/git version
2026-06-17T06:47:40.6772425Z git version 2.43.0
2026-06-17T06:47:40.6789833Z ##[endgroup]
2026-06-17T06:47:40.6800999Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/4e791efb-d38f-4b8c-88ac-9f69b5a81e72' before making global git config changes
2026-06-17T06:47:40.6802321Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T06:47:40.6803856Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-17T06:47:40.6839106Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-17T06:47:40.6857856Z https://github.com/SaberMage/spt-core
2026-06-17T06:47:40.6868325Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-17T06:47:40.6871026Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-17T06:47:40.6891383Z HEAD
2026-06-17T06:47:40.6921207Z ##[endgroup]
2026-06-17T06:47:40.6921946Z [command]/usr/bin/git submodule status
2026-06-17T06:47:40.7105027Z ##[group]Cleaning the repository
2026-06-17T06:47:40.7107677Z [command]/usr/bin/git clean -ffdx
2026-06-17T06:47:40.7135883Z Removing traceable-reqs
2026-06-17T06:47:40.7142803Z [command]/usr/bin/git reset --hard HEAD
2026-06-17T06:47:40.7205010Z HEAD is now at 934b9dd Merge 5894bd60b9359694931a69c83415a70e25b09862 into b6470c1c4ababb407d44ed2c38b4354485f0b6b1
2026-06-17T06:47:40.7210123Z ##[endgroup]
2026-06-17T06:47:40.7212196Z ##[group]Disabling automatic garbage collection
2026-06-17T06:47:40.7215536Z [command]/usr/bin/git config --local gc.auto 0
2026-06-17T06:47:40.7242768Z ##[endgroup]
2026-06-17T06:47:40.7243534Z ##[group]Setting up auth
2026-06-17T06:47:40.7248328Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-17T06:47:40.7274737Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-17T06:47:40.7461710Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T06:47:40.7487050Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-17T06:47:40.7665976Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T06:47:40.7691921Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-17T06:47:40.7876841Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-17T06:47:40.7905747Z ##[endgroup]
2026-06-17T06:47:40.7906577Z ##[group]Fetching the repository
2026-06-17T06:47:40.7913865Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +934b9dd4f538395a1d41c59261f8ae687f5becfe:refs/remotes/pull/20/merge
2026-06-17T06:47:41.4556708Z From https://github.com/SaberMage/spt-core
2026-06-17T06:47:41.4558248Z  * [new branch]      fix/win-program-resolve -> origin/fix/win-program-resolve
2026-06-17T06:47:41.4559663Z  t [tag update]      v0.8.3                  -> v0.8.3
2026-06-17T06:47:41.4584340Z ##[endgroup]
2026-06-17T06:47:41.4585527Z ##[group]Determining the checkout info
2026-06-17T06:47:41.4586747Z ##[endgroup]
2026-06-17T06:47:41.4589300Z [command]/usr/bin/git sparse-checkout disable
2026-06-17T06:47:41.4627458Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-17T06:47:41.4657825Z ##[group]Checking out the ref
2026-06-17T06:47:41.4659277Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/20/merge
2026-06-17T06:47:41.4696682Z HEAD is now at 934b9dd Merge 5894bd60b9359694931a69c83415a70e25b09862 into b6470c1c4ababb407d44ed2c38b4354485f0b6b1
2026-06-17T06:47:41.4700718Z ##[endgroup]
2026-06-17T06:47:41.4730807Z [command]/usr/bin/git log -1 --format=%H
2026-06-17T06:47:41.4751742Z 934b9dd4f538395a1d41c59261f8ae687f5becfe
